home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000207_news@columbia.edu_Thu Oct 26 12:47:42 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05265
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 26 Oct 1995 08:47:46 -0400
  3. Received: by apakabar.cc.columbia.edu id AA01780
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 26 Oct 1995 08:47:44 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Extracting path name of kermit take or init file
  9. Date: 26 Oct 1995 12:47:42 GMT
  10. Organization: Columbia University
  11. Lines: 24
  12. Message-Id: <46o01e$1nh@apakabar.cc.columbia.edu>
  13. References: <46ekdf$bsv@ixnews5.ix.netcom.com> <46h147$nkn@apakabar.cc.columbia.edu> <46jo55$jn9@ixnews4.ix.netcom.com> <46mirl$onh@ixnews5.ix.netcom.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <46mirl$onh@ixnews5.ix.netcom.com>,
  18. David Pollack  <adldata@ix.netcom.com> wrote:
  19. : >>How about this:
  20. : >>
  21. : >>  take \v(inidir)filename.tak
  22. : >
  23. : >I can't find \v(inidir) using sho var (version 5A(190)). Not in vms
  24. : >version, not in aix version. I found no refs to it in the yellow
  25. : >C-Kermit book or in ckcker.upd. Do I need to compile kermit with an
  26. : >additional option to get it?
  27. : woops: I found it, MS DOS kermit does have \v(inidir). But what about
  28. : C-kermit.
  29. Right -- It's not in C-Kermit after all.  Delusions of compatibility.
  30. We'll try to have it in the next release.
  31.  
  32. In the meantime, there are a couple other variables that might come in
  33. handy:
  34.  
  35.   \v(directory)  - The current directory
  36.   \v(home)       - Your home directory
  37.  
  38. - Frank